type runtime.fixalloc

12 uses

	runtime (current package)
		mfixalloc.go#L31: type fixalloc struct {
		mfixalloc.go#L56: func (f *fixalloc) init(size uintptr, first func(arg, p unsafe.Pointer), arg unsafe.Pointer, stat *sysMemStat) {
		mfixalloc.go#L74: func (f *fixalloc) alloc() unsafe.Pointer {
		mfixalloc.go#L104: func (f *fixalloc) free(p unsafe.Pointer) {
		mheap.go#L204: 	spanalloc              fixalloc // allocator for span*
		mheap.go#L205: 	cachealloc             fixalloc // allocator for mcache*
		mheap.go#L206: 	specialfinalizeralloc  fixalloc // allocator for specialfinalizer*
		mheap.go#L207: 	specialprofilealloc    fixalloc // allocator for specialprofile*
		mheap.go#L208: 	specialReachableAlloc  fixalloc // allocator for specialReachable
		mheap.go#L209: 	specialPinCounterAlloc fixalloc // allocator for specialPinCounter
		mheap.go#L210: 	specialWeakHandleAlloc fixalloc // allocator for specialWeakHandle
		mheap.go#L212: 	arenaHintAlloc         fixalloc // allocator for arenaHints